home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / AGSLC20.ZIP / AGSLCLOG.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-12-22  |  753b  |  75 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     FCreate 1, PPEPath() + "AGSLCTMP." + String(PcbNode()), 1, 0
  23.     FPutLn 1, U_Name()
  24.     FPutLn 1, U_Ful()
  25.     FPutLn 1, U_Bul() / 1024
  26.     FPutLn 1, U_Fdl()
  27.     FPutLn 1, U_Bdl() / 1024
  28.     FPutLn 1, Mid(String(Time()), 1, 5)
  29.     FClose 1
  30.     End
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       End
  39. ;    1       FCreate 
  40. ;    1       FClose 
  41. ;    6       FPutLn 
  42. ;
  43. ;
  44. ; ■ Functions used :
  45. ;
  46. ;    2       /
  47. ;    2       +
  48. ;    1       Mid()
  49. ;    1       Time()
  50. ;    1       U_Name()
  51. ;    1       U_Ful()
  52. ;    1       U_Fdl()
  53. ;    1       U_Bdl()
  54. ;    1       U_Bul()
  55. ;    2       String()
  56. ;    1       PPEPath()
  57. ;    1       PcbNode()
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Analysis flags : No flag
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ; Postprocessing report
  66. ;
  67. ;    0       For/Next
  68. ;    0       While/EndWhile
  69. ;    0       If/Then or If/Then/Else
  70. ;    0       Select Case
  71. ;
  72. ;------------------------------------------------------------------------------
  73. ;                 AEGiS Corp - Break the routines, code against the machines!
  74. ;------------------------------------------------------------------------------
  75.